home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / PPC / arcPPC / srcpup / sys / time.h
Encoding:
C/C++ Source or Header  |  1998-04-08  |  107 b   |  11 lines

  1. #undef BSD
  2. #define _STRICT_ANSI
  3.  
  4. #include <time.h>
  5.  
  6. #define timezone __timezone
  7.  
  8. extern long __timezone;
  9.  
  10.  
  11.